home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 January
/
macformat46.iso
/
Shareware Plus
/
Developers
/
Library
/
DLog Manager Sample
/
DLOGManager Sample
/
Source Code
/
FirstWindow_v00.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-04-12
|
415 b
|
24 lines
/*****
* FirstWindow_v00.h
*
* Routines per la gestione della prima finestra di StandAlone.
*
****/
#include "FirstWConst.h"
/****
* FirstWindow(theWPtr, event)
*
* Gestisce la finestra di inserimento dello stile.
*
****/
void FirstWindow(void);
/****
* FirstWindow_Loop(theWPtr, event)
*
* Gestisce la finestra di inserimento dello stile.
*
****/
short FirstWindow_Loop(WindowPtr, EventRecord *);